home *** CD-ROM | disk | FTP | other *** search
- /* Paths. */
-
- /* If the environment variable `FONTUTIL_LIB' isn't set, use this
- path instead to search for auxiliary files. */
- #ifndef DEFAULT_LIB_PATH
- #define DEFAULT_LIB_PATH "replace-with-lib-path"
- #endif
-
- /* The meanings of these paths are described in `filename.h'. They are
- exactly the same as those in the TeX distribution. */
-
- /* The directories listed in these paths are searched for the various
- font files. The current directory is always searched first. */
- #ifndef DEFAULT_TFM_PATH
- #define DEFAULT_TFM_PATH "replace-with-tfm-path"
- #endif
-
- #ifndef DEFAULT_PK_PATH
- #define DEFAULT_PK_PATH "replace-with-pk-path"
- #endif
-
- #ifndef DEFAULT_GF_PATH
- #define DEFAULT_GF_PATH "replace-with-gf-path"
- #endif
-